Only disallow hyphens in lib target names
authorAlex Crichton <alex@alexcrichton.com>
Wed, 25 Mar 2015 17:20:50 +0000 (10:20 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Mar 2015 23:08:46 +0000 (16:08 -0700)
commit3a7d1756350b690277ef95bcf96e0af1a8bb5c1d
treeefb9c0472e248eaaefb21f72f45e32f78a42672f
parent0e42b4dbf464429b67bf2ac80c293a0a9cee604d
Only disallow hyphens in lib target names

Examples, tests, binaries, etc, are all allowed to have hyphens (cargo does some
renaming internally).

Close #1450
src/cargo/util/toml.rs